home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / msdos / raytrace / portray / table.inc < prev   
Text File  |  1993-12-30  |  865b  |  52 lines

  1. define
  2.    object
  3.       name table
  4.       object
  5.          box
  6.             a (-40 40 -20)
  7.             b ( 40 38  40)
  8.          ;
  9.          material
  10.             called pinewood
  11.          ;
  12.       ;
  13.       object
  14.          box
  15.             a (-35 38 -15)
  16.             b (-30  0 -10)
  17.          ;
  18.          material
  19.             called pinewood
  20.          ;
  21.       ;
  22.       object
  23.          box
  24.             a (35 38 -15)
  25.             b (30  0 -10)
  26.          ;
  27.          material
  28.             called pinewood
  29.          ;
  30.       ;
  31.       object
  32.          box
  33.             a (-35 38 35)
  34.             b (-30  0 30)
  35.          ;
  36.          material
  37.             called pinewood
  38.          ;
  39.       ;
  40.       object
  41.          box
  42.             a (35 38 35)
  43.             b (30  0 30)
  44.          ;
  45.          material
  46.             called pinewood
  47.          ;
  48.       ;
  49.  
  50.    ;
  51. ;
  52.